Skip to content

Add .ainative/ to .gitignore for host output#855

Open
urbantech wants to merge 1 commit intogarrytan:mainfrom
urbantech:fix/779-840-repo-hygiene
Open

Add .ainative/ to .gitignore for host output#855
urbantech wants to merge 1 commit intogarrytan:mainfrom
urbantech:fix/779-840-repo-hygiene

Conversation

@urbantech
Copy link
Copy Markdown

Summary

The AINative Studio host config generates skills into .ainative/skills/. This directory was missing from .gitignore, causing untracked files after bun run gen:skill-docs --host ainative.

All other host output directories are already covered: .agents/, .factory/, .kiro/, .opencode/, .slate/, .cursor/, .openclaw/.

Test Plan

  • git status clean after generating AINative host skills
  • Other host dirs still properly ignored

Refs #840

The AINative Studio host config (hosts/ainative.ts) generates skills
into .ainative/skills/. This directory was missing from .gitignore,
causing untracked files after running gen:skill-docs --host ainative
or setup --host ainative.

All other host output dirs (.agents/, .factory/, .kiro/, .opencode/,
.slate/, .cursor/, .openclaw/) are already covered.

Refs garrytan#840
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant